home *** CD-ROM | disk | FTP | other *** search
- on(rollOver){
- var buttonnum = parseInt(this._name.substr("buyitem_".length));
- var gotxt;
- _root.buy_description = _root.item_text[buttonnum];
- _root.buy_unlock = _root.item_minimums[buttonnum];
- _root.buy_cost = _root.item_cost[buttonnum];
- gotxt = "buy_" + buttonnum;
- _root.buyclip.gotoAndPlay(gotxt);
- }
-